python-binaryornot software package provides check if a file is binary or text (Python 2 module), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install python-binaryornot
python-binaryornot is installed in your system.
Make ensure the python-binaryornot package were installed using the commands given below,
$ sudo dpkg-query -l | grep python-binaryornot *
You will get with python-binaryornot package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Python |
| Package | python-binaryornot |
| Version | 0.2.0-1 |
| Description | check if a file is binary or text (Python 2 module) |
| Sub Section | Python |